projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4382e53
)
arm64: a37xx: pinctrl: Fix number of pin in south bridge
author
Ken Ma
<
[email protected]
>
Mon, 26 Mar 2018 07:55:59 +0000
(15:55 +0800)
committer
Stefan Roese
<
[email protected]
>
Fri, 30 Mar 2018 10:52:48 +0000
(12:52 +0200)
On the south bridge we have pin from 0 to 29, so it gives 30 pins (and
not 29).
Reviewed-on: http://vgitil04.il.marvell.com:8080/43285
Tested-by: iSoC Platform CI <
[email protected]
>
Reviewed-by: Hua Jing <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Cc: Stefan Roese <
[email protected]
>
Signed-off-by: Ken Ma <
[email protected]
>
Signed-off-by: Stefan Roese <
[email protected]
>
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
b/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
index 2bf853eba13d237d3c6882daae08128fdb18e815..d058fbace890ca1ec45a6490b17b8738a6d69182 100644
(file)
--- a/
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
+++ b/
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
@@
-189,7
+189,7
@@
const struct armada_37xx_pin_data armada_37xx_pin_nb = {
};
const struct armada_37xx_pin_data armada_37xx_pin_sb = {
- .nr_pins =
29
,
+ .nr_pins =
30
,
.name = "GPIO2",
.groups = armada_37xx_sb_groups,
.ngroups = ARRAY_SIZE(armada_37xx_sb_groups),